header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 108px;
    background-color: #0A66F3;
}

.logo-breadcrumb-container {
    display: flex;
    align-items: center;
    gap: 24px;
}

.breadcrumb {
    display: flex;
    align-items: center;
    color: #7291FF;
    font-family: 'Inter';
    font-size: 13px;
    font-weight: 300;
}

.breadcrumb span {
    color: #F2F2FF;
}

.opcoes-container {
    display: flex;
    gap: 12px;
}

.codigo-afiliado-container {
    background-color: #1868F6;
    color: #F2F2FF;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border-radius: 8px;
}

.opcoes-container button {
    background-color: transparent !important;
    border: none;
}

.avatar {
    width: 40px;
    height: 40px;
}