/* OneTrust Cookies STYLES start */
#ot-sdk-btn.ot-sdk-show-settings {
  border: none !important;
  color: white !important;
  display: inline-block;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  padding: 0 !important;
  text-decoration: none!important;
  transition: 100ms color linear !important;
  -webkit-transition: 100ms color linear !important;
  position: relative;
  top: 1px;
}

#ot-sdk-btn.ot-sdk-show-settings:hover,
#ot-sdk-btn.ot-sdk-show-settings:focus,
#ot-sdk-btn.ot-sdk-show-settings:active {
  color: white !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
/* OneTrust Cookies STYLES end */