.hc-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 73px;
  contain-intrinsic-height: 73px;
  box-shadow: inset 0px -1px #e0e0e0;
  background-color: #ffffff;
  z-index: 100;
}

.hc-header .hc-header__container {
  position: relative;
}

.hc-header .slds-grid.container {
  position: unset;
}

.header__divider {
  align-self: center;
  width: 1.5px;
  height: 35%;
  margin-inline: 12px;
  background-color: #d6d6d6;
}

.slds-global-actions__item .tooltip.in {
  opacity: 1;
}

.slds-global-actions__item .tooltip.bottom .tooltip-arrow {
  border-bottom-color: #000;
  top: 23px;
  box-shadow: 0 0px 54px rgb(74 74 74 / 30%);
}

.slds-global-actions__item .tooltip-inner {
  width: 300px;
  text-align: left;
  height: auto;
  margin: 23px -61px 0;
  padding: 10px;
  background: #000;
  color: #fff;
  display: block;
  box-shadow: 0 2px 6px rgb(58 58 58 / 30%);
}

.slds-global-actions__item .tooltip {
  left: unset !important;
}

.slds-global-header
  .slds-context-bar__secondary
  .slds-context-bar__item.active
  a {
  color: #d30007;
}

.slds-global-header
  .slds-context-bar__secondary
  .slds-context-bar__item.active:before {
  height: 6px;
  position: absolute;
  display: block;
  width: 100%;
  background: #d30007;
  top: auto;
  bottom: 0;
  left: 0;
  content: ' ';
}

.es-banner-notification .es-banner-content {
  /* padding-inline: 0 !important; */
}

.notification-button {
  position: relative;
  padding: 0 4px;
}

.notif-number {
  position: absolute;
  top: -8px;
  right: -3px;
  background: #f94b44;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  font-size: 9px;
  border-radius: 30px;
  display: flex;
  align-content: center;
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.bell-button img {
  width: 26px;
}

.tooltips-notif {
  display: none;
  position: absolute;
  right: -14px;
  top: 67px;
}

.tooltips-notif.show {
  display: block;
}

.speech-bubble {
  position: relative;
  width: 320px;
  padding: 10px;
  margin: 3em;
  background-color: #fff;
  color: #666;
  font: normal 12px 'Segoe UI', Arial, Sans-serif;
  box-shadow: 0 2px 6px rgba(58, 58, 58, 0.3);
  z-index: 99999;
}

.speech-bubble p {
  font-size: 1.25em;
}

.speech-bubble:after {
  content: '\0020';
  display: block;
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 2;
  width: 0;
  height: 0;
  overflow: hidden;
  border: solid 20px transparent;
  border-top: 0;
  border-bottom-color: #fff;
}

a.slds-button.slds-global-actions__item-action {
  padding-left: 5px;
}

a#selectProfile {
  font-size: small;
  color: black;
  padding-left: 5px;
  text-transform: uppercase;
}

.dot {
  height: 10px;
  width: 10px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
}

.tip {
  background: #fff;
  width: 273px;
  height: auto;
  display: none;
  z-index: 100000;
  padding: 20px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  margin-top: 40px;
  left: -88px;
  position: absolute;
  color: #000;
  transition: 0.2s all ease;
}

.tip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  top: -10px;
  left: 127px;
}

.tip .tool div a {
  color: #d61a20;
}

.tip .tool a:hover {
  font-weight: 500;
}

.tip .tool {
  grid-gap: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tip-btn {
  border: 1px solid #d61a20;
  padding: 5px 10px;
  border-radius: 10px;
  color: #d61a20;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
}

.tip-btn:hover {
  background: #d61a20;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.id-protection,
.case-jp {
  display: flex;
  align-items: center;
  gap: 4px;
}

.id-protection.dotted:before,
.case-jp.dotted:before {
  content: ' ';
  background: #c00201;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 17px;
  border-radius: 50px;
}

.dropdown-menu {
  min-width: 210px;
  padding-inline: 4px;
}

.dadas.slds-context-bar__item.open {
  display: flex !important;
}

@media screen and (max-width: 1300px) {
  .tip {
    left: -200px;
  }

  .tip:before {
    left: 211px;
  }
}

@media only screen and (max-width: 1179px) {
  .header__divider {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .slds-grid.container {
    padding: 0 19px;
  }
}

@media screen and (max-width: 600px) {
  .tip {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  #notifCount .dropdown-menu {
    right: 0;
  }

  .slds-global-header
    .slds-global-header__profile
    .slds-global-actions
    .slds-global-actions__item {
    font-size: 12px;
    white-space: nowrap;
  }
}

@media screen and (max-width: 420px) {
  #notifCount .dropdown-menu {
    right: 0;
  }
}
