/* Ícones candy do cabeçalho DePapelie */
.topbar .round-action.candy-action{
  position:relative!important;
  overflow:visible!important;
  border-width:1px!important;
  box-shadow:0 7px 18px rgba(91,62,72,.06)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
.topbar .round-action.candy-notificacao{
  background:linear-gradient(180deg,#fffafd 0%,#fff0f5 100%)!important;
  border-color:#f3c7d4!important;
}
.topbar .round-action.candy-agenda{
  background:linear-gradient(180deg,#fffef8 0%,#fff8df 100%)!important;
  border-color:#efdca5!important;
}
.topbar .round-action.candy-ajuda{
  background:linear-gradient(180deg,#fbfeff 0%,#edf8ff 100%)!important;
  border-color:#c7e1f2!important;
}
.topbar .round-action.candy-ajustes{
  background:linear-gradient(180deg,#fffaff 0%,#f7efff 100%)!important;
  border-color:#dcc9f1!important;
}
.topbar .round-action.candy-action:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 10px 24px rgba(91,62,72,.10)!important;
}
.topbar .round-action.candy-action>svg{display:none!important;}
.header-candy-icon{
  width:30px!important;
  height:30px!important;
  object-fit:contain!important;
  display:block!important;
  margin:0 auto 1px!important;
  filter:drop-shadow(0 2px 2px rgba(123,85,99,.10));
  pointer-events:none;
}
.candy-agenda .header-candy-icon{width:29px!important;height:29px!important;}
.candy-ajuda .header-candy-icon{width:31px!important;height:31px!important;}
.candy-ajustes .header-candy-icon{width:30px!important;height:30px!important;}
.topbar .round-action.candy-action .header-action-label{
  color:#6d5d63!important;
  font-size:7px!important;
  font-weight:650!important;
  letter-spacing:.01em!important;
}
.topbar .round-action.candy-notificacao i{
  z-index:3!important;
  background:#f3799d!important;
  color:#fff!important;
  box-shadow:0 2px 7px rgba(196,90,124,.22)!important;
}
@media(max-width:1280px){
  .header-candy-icon{width:27px!important;height:27px!important;margin:0!important;}
}
