.learn-preference-center,
.learn-marketing-preference {
  margin-top: 32px;
}
.preference-centre .title-btn-container {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .preference-centre .title-btn-container {
    margin-bottom: 24px;
    align-items: flex-start;
  }
  .preference-centre .title-btn-container .btn-container {
    margin: 8px 0px 0px;
  }
}
.preference-centre .interest-item-checked .svg-icon-container svg g path {
  fill: #ffffff !important;
}
.preference-centre .interest-item-checked .svg-icon-container svg {
  fill: #ffffff !important;
}
.preference-centre .interest-item-checked .svg-icon-container svg path {
  fill: #ffffff !important;
}
.preference-centre .interest-item-unchecked .svg-icon-container svg g path {
  fill: #4d4d4d !important;
}
.preference-centre .interest-item-unchecked .svg-icon-container svg {
  fill: #4d4d4d !important;
}
.preference-centre .interest-item-unchecked .svg-icon-container svg path {
  fill: #4d4d4d !important;
}
.preference-centre.saved-preferences .interest-item-checked {
  border: 2px solid #80919F !important;
  pointer-events: none;
}
.preference-centre .prefernce-save-and-cancel-btn {
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .preference-centre .prefernce-save-and-cancel-btn {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.preference-centre .prefernce-save-and-cancel-btn .prefernce-edit-save-btn {
  background: #e90029;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  border-radius: 9999px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  height: 40px;
}
.preference-centre .prefernce-save-and-cancel-btn .prefernce-edit-cancel-btn {
  height: 40px;
  border: 1px solid #80919f;
  background: #ffffff;
  width: max-content;
  font-size: 16px;
  padding: 12px 24px;
  font-weight: 600;
  color: #262626;
}
.preference-centre .prefernce-save-and-cancel-btn .prefernce-edit-save-btn:hover {
  background: #b41a1a;
}
.preference-centre .preference-edit-btn {
  align-items: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .preference-centre .preference-edit-btn {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.preference-centre .preference-edit-btn button {
  border: 1px solid #80919f;
  height: 40px;
  border-radius: 9999px;
}
.preference-centre .preference-edit-btn .btn-text {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0.5rem;
}
.preference-centre h2.head-text {
  font-family: 'Graphik LC Web';
  font-style: normal;
  line-height: 50px;
  letter-spacing: -1px;
  color: #262626;
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  .preference-centre h2.head-text {
    font-size: 1.75rem;
    line-height: 2.188rem;
  }
}
.preference-centre .edit-tools-question,
.preference-centre .topic-edit-question,
.preference-centre .saved-tools-question,
.preference-centre .saved-topics-question {
  color: #262626;
  font-family: inherit;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
}
.preference-centre .container {
  background: #f1f2f4;
  box-sizing: border-box;
  margin-bottom: 40px;
  padding: 40px;
  border-radius: 8px;
}
.preference-centre .container .no-update-msg-title {
  color: #262626;
  font-family: inherit;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 40px;
}
.preference-centre .container .no-update-msg-text {
  color: #262626;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.preference-centre .container .interests-grid {
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 767px) {
  .preference-centre .container .interests-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .preference-centre .container .interests-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.preference-centre .container .interest-item {
  align-items: center;
  height: 64px;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #bfc8cf;
  background: #ffffff;
  transition: color 0.3s ease-in-out, border 0.3s ease-in-out;
}
.preference-centre .container .interest-item label {
  color: #262626;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  word-break: break-word;
}
.preference-centre .container .interests-grid .interest-item:hover {
  border: 2px solid #30578D !important;
}
.preference-centre .container .interest-item input[type='checkbox'] {
  appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #666666;
  border-radius: 4px;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
}
.preference-centre .container .interest-item input[type='checkbox']:checked {
  background: #e90029;
  border: 2px solid #e90029;
  border-radius: 2px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e") !important;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
  border-color: transparent;
}
.preference-centre .container [type='checkbox']:focus {
  outline: transparent;
  outline-color: none;
  --tw-ring-color: none;
  --tw-ring-shadow: none;
}
.preference-centre .container .interest-item label {
  cursor: pointer;
  flex-grow: 1;
}
.preference-centre .container .svg-icon-container {
  height: 48px;
  width: 48px;
  padding: 12px;
  margin-right: 16px;
  background: #f1f2f4;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .preference-centre .container .svg-icon-container {
    margin-right: 10px;
  }
}
.preference-centre .container .svg-icon-container svg {
  height: 24px;
  width: 24px;
}
.preference-centre .container .svg-icon-container input {
  height: 1.5rem;
  width: 1.5rem;
}
@media (max-width: 767px) {
  .preference-centre .container {
    padding: 24px;
  }
  .preference-centre h2 {
    font-size: 18px;
  }
}
