
  .cupom-topbar{
    display: flex;
    justify-content: center;
    box-shadow: 4px 4px 4px 0px var(--Primary-950-Opacity04);
  }
  .cupom-topbar h1{
    padding: 16px;
    margin: 0;
    color: var( --Primary-950);
    text-align: center;
    font-family: var(--Fonte-proxima-nova);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-radius: 8px 0px 0px 8px;
    background: var(--Primary-50);
  }
  .cupom-topbar button{
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 0px 8px 8px 0px;
    border-top: 1px solid var(--Primary-50);
    border-right: 1px solid var(--Primary-50);
    border-bottom: 1px solid var(--Primary-50);
    border-left: none;
    background:  var(--Neutral-white);
    color: var( --Primary-950);
    text-align: center;
    font-family: var(--Fonte-proxima-nova);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }
  .icon-notify-button{
    width: 8px;
    height: 8px;
    background: var(--Secundary-500);
    position: absolute;
    right: 44px;
    top: 40px;
    border-radius: 50%;
  }
  .topbar-afiliados{
    display: flex;
    padding: 24px 41px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    color: var(--Neutral-white);
    border-bottom: 1px solid var(--Primary-100);
  }
  .text-topbar{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .name-afiliado{
    margin: 0;
    color: var(--Primary-950);
    text-align: center;
    font-family: var(--Fonte-proxima-nova);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
  }
  .marcador-azul{
    width: 8px;
    height: 8px;
    background: var(--Primary-800);
  }

  @media (max-width: 768px) {
  .name-afiliado {
    font-size: 16px;
  }

  .cupom-topbar h1{
    display: none
  }

  .cupom-topbar button{
    display: none;
  }

  .topbar-afiliados{
    padding: 20px;
  }
}